home *** CD-ROM | disk | FTP | other *** search
/ BMUG Revelations / BMUG Revelations.toast / Programming / Programming Languages / UCB Logo 3.0 / logolib / while < prev    next >
Encoding:
Text File  |  1992-10-06  |  144 b   |  7 lines  |  [TEXT/JV01]

  1. .macro while :while.cond :while.instr
  2. if not run :while.cond [op []]
  3. op se :while.instr (list "while :while.cond :while.instr)
  4. end
  5.  
  6. bury "while
  7.